home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / disk / cdrom / VCDGear.lha / VCDGear / README.amiga < prev    next >
Text File  |  2000-12-11  |  2KB  |  71 lines

  1. Amiga VCDGear
  2. ~~~~~~~~~~~~~
  3.  
  4. This is the Amiga port of VCDGear (console version) for creating VCDs on your
  5. Amiga. The porting is done by Sigbjørn (CISC) Skjæret <cisc@c2i.net>.
  6.  
  7. To get the full benefit of VCDGear, I suggest you buy the DAO version of
  8. BurnIT, as it's the only program afaik that can burn true VCDs (mail me with
  9. info if you know different).
  10.  
  11.  
  12. The following changes have been made especially for the Amiga port:
  13.  
  14. · AsyncIO read/write using asyncio.library (if this isn't convenient (f.ex.
  15.   if it doesn't work over your network), use the .noasync version).
  16.  
  17. · Makes Amiga specific .cue files (BurnIT, as it's the only program that
  18.   supports MODE2/2352 BIN/CUE afaik).
  19.  
  20. · Reads Amiga specific as well as standard .cue files.
  21.  
  22.  
  23.  
  24. How to make a VCD from mpeg-file in BurnIT
  25. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26.  
  27. First make sure the mpeg-file has the right packet-size (VCDGear will complain
  28. and abort if it's not), if it's not you either need to remux the mpeg or pad
  29. each packet, the latter being the easiest (using vcdpad or similar), but also
  30. the worst solution as your VCD might not play correctly.
  31.  
  32. Then run VCDGear on it with the -mpg2bin option, this will produce a rather
  33. large .bin file which is the real data, and a small .cue file which contains
  34. the information needed to divide the tracks (the .bin is worthless without
  35. the .cue!).
  36.  
  37. Run BurnIT and start a DAO session. Load the .cue file. Write CD. And you're
  38. done, congratulations... ;)
  39.  
  40.  
  41.  
  42. Q&A:
  43.  
  44. Q: What's with the "þ" symbol?
  45. A: It's from the Linux version, I left it in there for its cuteness factor. ;)
  46.  
  47. Q: Why is there no PPC version?
  48. A: Tests show that this will actually drag down performance (too much
  49.    diskaccess, and too little cpu-load), I will however consider a MorphOS
  50.    version in the future...
  51.  
  52. Q: Why no GUI version?
  53. A: Because that would make the porting much more complex and time-consuming,
  54.    however, if I find the time at some later date, I might add one.
  55.  
  56. Q: How do I remux a mpeg?
  57. A: Afaik you can't do this on Amiga atm, as I haven't seen any utilities, or
  58.    found any sources that does this properly (the options are either too
  59.    complex for the average user and/or the file produced doesn't work). Your
  60.    best shot is finding one of the several progs that do this on PC .. check
  61.    the links sections for where you might find these...
  62.  
  63.  
  64. Links:
  65.  
  66. VCDGear - http://www.vcdgear.com/
  67. VCDHelp - http://www.vcdhelp.com/
  68.  
  69.  
  70. - CISC
  71.